/*
Class
*/


.container {
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    max-width: 1140px;
    padding: 0px;
    
}

.h1, h2, h3, h4, h5, p, li, ui button, .btn_check {
    font-family: 'Nunito', sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

h3 {
    font-size:28px;
    font-weight: 400;
}

.top {

    padding: 90px 30px 0px 30px;
    background-image: url('../image/background-top.png');
    margin-bottom:0px;
    background-repeat: no-repeat;
    border-radius: 30px 30px 0px 0px;
    background-size: cover;
    background-position: 42%;
}


.product {
    padding: 30px 30px 15px 30px;
}


.steps {

    padding: 60px 30px 45px 30px;
}


.btn_check {
    color: #000000;
    font-weight: 400;
    font-size: 12pt;
    padding: 9px 45px 9px 45px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    background: #FFFFFF; 
}


.btn_check-all {
    color: #000000;
    font-weight: 400;
    font-size: 12pt;
    padding: 9px 45px 11px 45px;
    border: 1px solid #000000;
    border-radius: 30px;
    background: #FFFFFF; 
}

.btn_check-all:hover {
    color: #FFFFFF;
    background: #000000;
    border: 1px solid #000000;
}


.bottom-apla {
    font-size: 14px;
    color:#FFFFFF;
    margin-top:45px;
    padding: 30px 15px 15px 15px;
    background-color:#0b0936;
    border-radius: 0px 0px 30px 30px;
}


.btn_check:hover {
    color: #FFFFFF;
    background: none;
    border: 1px solid #FFFFFF;
}

.container a {

    text-decoration: none;
 }

 .img {
    padding-top: 30px;
    padding-bottom: 45px;
}

 .img_top {
    padding-top: px;
}


 ul,li {
     font-size: 18px;
     line-height: 1.8;
     padding: 0;
     list-style-position: inside;
    }




/*
Id
*/

     


#white {
    color: #FFFFFF;
}

#grey {
    color: #949494;
}

#sb {
    font-weight: 700;
}